home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / fierce_fighter.swf / scripts / DefineButton2_17 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  264 b   |  11 lines

  1. on(release){
  2.    _root.chen_died = false;
  3.    _root.chen.gotoAndStop(20);
  4.    _root.xie_chen.aa1.gotoAndStop(1);
  5.    _root.enemy_died = false;
  6.    _root.boss1_died = false;
  7.    _root.boss2_died = false;
  8.    _root.boss3_died = false;
  9.    removeMovieClip(this);
  10. }
  11.